4.13 Enabling printing of terms and conditions

The Self-Service Kiosk displays the terms and conditions to the cardholder in a web browser control. It is possible to print the terms and conditions from this control; however, by default, this is disabled, because you may not have a printer attached to a kiosk system, and may not want the Windows print dialog to appear.

You can configure the Self-Service Kiosk to allow printing by editing the configuration file.

To edit the configuration file:

  1. On the client PC, shut down the Self-Service Kiosk.
  2. Back up the MyIDApp.exe.config file. By default, this is in the following folder:

    C:\Program Files (x86)\Intercede\MyIDSelfServiceKiosk\

  3. Using a text editor, open the MyIDKiosk.exe.config file.

    Note: Make the changes to the config file exactly as shown. The case is important.

  4. Edit the value parameter in the following line:

    <add key="AllowTermsAndConditionsPrinting" value="true"/>

    If this line does not exist, you can add it to the <appSettings> section.

  5. Save the configuration file.
  6. Restart the Self Service Kiosk.

If you want to disable printing, you can set the AllowTermsAndConditionsPrinting value to false, or remove the line from the configuration file.